<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Microsoft YaHei', 'Arial';
  font-size: 0;
}

.clear {
  clear: both;
}

input:focus {
  outline: none;
}

img {
  border: none;
}

li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
}

.custum_placeholder {
  color: #999 !important;
}

.header {
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}

.header .header_panel {
  height: 44px;
  background-color: #035294;
}

.header .header_box {
  margin: 0 auto;
  width: 1170px;
  padding: 0 15px;
}

.header .header_box span {}

.header .header_left,
.header .header_right {
  font-size: 14px;
  color: #fff;
}

.header .header_left a,
.header .header_right a {
  color: #fff;
}

.header .header_left {
  float: left;
  height: 44px;
  line-height: 44px;
}

.header .header_right {
  float: right;
  height: 44px;
  line-height: 44px;
}

.header .header_icon {
  width: 22px;
  height: auto;
  margin-bottom: -6px;
  margin-left: 8px;
  vertical-align: baseline;
}

.header .nav_list {
  width: 1200px;
  margin: 0 auto;
  height: 60px;
  background: #fff;
  position: relative;
}

.header .nav_list .nav_item {
  float: left;
  width: 140px;
  height: 60px;
  list-style: none;
  text-align: center;
  font-size: 20px;
  color: #035294;
  line-height: 60px;
  position: relative;

}

.header .nav_list .nav_item&gt;a {
  color: #035294;
}

.header .nav_list .nav_item&gt;img {
  position: absolute;
  bottom: 0;
  left: 62px;
  width: 16px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.header .nav_list .nav_item.selected&gt;img {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.header .nav_list .nav_item:hover&gt;img {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.header .header_img_box {
  border-top: 1px solid #e5e5e5;
  border-bottom: 5px solid #035294;
  background: url(img_header_2021.jpg) no-repeat center center #fff;
  background-size: contain;
  height: 182px;
}

.header .search-box {
  width: 277px;
  height: 40px;
  /* border: 1px solid #035294; */
  margin-left: -239px;
  /* border-radius: 21px; */
  /* background: url(bg_header_search.png) no-repeat center center;
    background-size: contain; */
  padding-left: 10px;
  position: absolute;
  left: 94%;
  top: 12px;
  font-size: 0;
}

.header .search-box .bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


.header .search-box .s_input {
  border: 0;
  background: transparent;
  width: 430px;
  /* height: 36px; */
  font-size: 16px;
  color: #333;
  padding: 10px 0 12px 0;
  position: relative;
  z-index: 1;
}

.header .search-box .s_input::-ms-clear,
.header .search-box .s_input::-ms-reveal {
  display: none;
}

.header .search-box .s_input::placeholder {
  color: #999;
}

.header .search-box .s_icon {
  position: absolute;
  top: 14px;
  right: 10px;
  top: 4px;
  width: 28px;
  height: auto;
  cursor: pointer;
  z-index: 1;
}

.content {
  min-height: 500px;
  position: relative;
  margin: 0 auto 0;
}

.content .content_tit {
  height: 120px;
  background: #f5f5f5;
  color: #035294;
  text-align: center;
  line-height: 120px;
  font-size: 36px;
  font-weight: bold;
}

.content .content_tit a {
  height: 120px;
  background: #f5f5f5;
  color: #035294;
  text-align: center;
  line-height: 120px;
  font-size: 36px;
  font-weight: bold;
}

.content .content_body {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
}

.content .notice_box {
  font-size: 0;
}

.content .notice_left {
  width: 734px;
  height: 444px;
  position: relative;
  display: inline-block;
  vertical-align: top;

}

.content .swiper_box {
  width: 734px;
  height: 444px;
  position: relative;
  display: inline-block;
  vertical-align: top;

}


.content .swiper_box .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 4;
}

.content .swiper_box .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.content .swiper_box .hd ul li {
  float: left;
  margin-right: 5px;
  height: 10px;
  text-align: center;

}

.content .swiper_box .hd ul li .off {
  display: block;
  height: 10px;
  width: auto;
  vertical-align: top;
}

.content .swiper_box .hd ul li .on {
  display: none;
  height: 10px;
  width: auto;
  vertical-align: top;
}

.content .swiper_box .hd ul li.on {
  color: #fff;
}

.content .swiper_box .hd ul li.on .off {
  display: none;
}

.content .swiper_box .hd ul li.on .on {
  display: block;
}

.content .notice_left .left_img {}

.content .notice_left .left_txt {
  height: 80px;
  line-height: 104px;
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
  font-weight: bold;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.content .notice_left .left_txt a {
  color: #fff;
}

.content .notice_right {
  margin-left: 10px;
  width: 456px;
  display: inline-block;
  vertical-align: top;
}

.content .notice_right .panel {}

.content .notice_right .panel.top {
  padding-top: 10px;
}

.content .notice_right .tab_box {
  height: 36px;
}

.content .notice_right .tab_left,
.content .notice_right .tab_right {
  height: 36px;
  line-height: 34px;
  color: #414040;
  background: #f5f5f5;
  font-size: 20px;
  display: inline-block;
  position: relative;
}

.content .notice_right .tab_left.selected,
.content .notice_right .tab_right.selected {
  background: #1561af;
  color: #fff;
}

.content .notice_right .tab_left a {
  color: #414040;
}

.content .notice_right .tab_right a {
  color: #414040;
}

.content .notice_right .tab_right.selected a {
  color: #fff;
}

.content .notice_right .tab_left.selected a {
  color: #fff;
}

.content .notice_right .tab_left .tab_icon,
.content .notice_right .tab_right .tab_icon {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);

}

.content .notice_right .tab_left.selected .tab_icon,
.content .notice_right .tab_right.selected .tab_icon {
  height: 10px;
  width: auto;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  position: absolute;
  bottom: -9px;
  z-index: -1;
}

.content .notice_right .tab_left {
  width: 160px;
  text-align: center;
}

.content .notice_right .tab_left.selected .tab_icon {
  left: 70px;
}

.content .notice_right .tab_right {
  width: 236px;
  /* padding-left: 30px; */
  text-align: center;
}

.content .notice_right .tab_right.selected .tab_icon {
  left: 70px;
}

.content .notice_right .notice_list {
  padding-top: 10px;
}

.content .notice_right .notice_item {}

.content .notice_right .notice_item .not_tit {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  color: #424242;
  overflow: hidden;
}

.content .notice_right .notice_item .not_tit a {
  color: #424242;
}

.content .notice_right .notice_item .not_tit&gt;span {
  font-weight: bold;
  color: #ccc;
  margin-right: 6px;
}

.content .notice_right .notice_item .not_time {
  height: 35px;
  width: 96px;
  font-size: 12px;
  line-height: 39px;
  color: #ccc;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}

.content .banner_center_box {
  margin-top: 11px;
  width: 1200px;
}

.content .banner_center_box .banner_center {
  width: 100%;
  height: auto;
}

.content .column_box_pad {
  margin-top: 16px;
  height: 315px;
}

.content .column_box {
  height: 315px;
  position: absolute;
  background: url(bg_content_column.png) repeat-x center center;
  background-size: auto 315px;
  top: 735px;
  left: 0;
  right: 0;
}

.content .column_box_list {
  width: 1200px;
  margin: 0 auto;
}

.content .column_box_list .column_item {
  height: 315px;
  display: inline-block;
  vertical-align: top;
  width: 399px;
  border-right: 1px dashed #ccc;
  /* background: url(img_content_column.png) repeat-y top right;
    background-size: 1px auto; */
}

.content .column_box_list .ehsy .tit {}

.content .column_box_list .ehsy .img_left {
  padding: 15px 0 0 10px;
  width: 174px;
  height: auto;
  vertical-align: top;
}

.content .column_box_list .ehsy .img_right {
  padding: 5px 0 0 60px;
  width: 143px;
  height: auto;
}

.content .column_box_list .option {
  height: 36px;
  padding-left: 10px;
}

.content .column_box_list .option .btn_xx {
  font-size: 16px;
  color: #015293;
  line-height: 36px;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;

}

.content .column_box_list .option .btn_xx a {
  color: #015293;
}

.content .column_box_list .option .btn_icon {
  width: 18px;
  height: auto;
  vertical-align: -4px;
  margin-right: 5px;
}

.content .column_box_list .count_box {
  padding: 0 8px 0 10px;
}

.content .column_box_list .count_item {
  display: inline-block;
  vertical-align: top;
  width: 190px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  text-align: left;
  color: #939292;
}

.content .column_box_list .count_item&gt;span {
  display: inline-block;
  vertical-align: top;
  width: 77px;
  text-align: center;
  color: #5b95e3;
  font-size: 18px;
  font-weight: bold;
}

.content .column_box_list .count_item.right {
  text-align: right;
}

.content .column_box_list .art_box {
  padding-top: 5px;
}

.content .column_box_list .art_box .tit_box {
  height: 36px;
  background: rgb(238, 243, 246, 1);
  padding: 0 10px;
  color: #365f9f;
  line-height: 36px;
  font-size: 0;
}

.content .column_box_list .art_box .tit_box&gt;span {
  font-size: 18px;
}

.content .column_box_list .art_box .tit_box .left,
.content .column_box_list .art_box .tit_box .right {
  display: inline-block;
  vertical-align: top;
  width: 189px;
  text-align: left;
  font-size: 14px;
  color: #444;
  line-height: 36px;
}

.content .column_box_list .art_box .tit_box .right {
  text-align: right;
  width: 173px;
  padding-right: 16px;
}

.content .column_box_list .art_list .article {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;

}

.content .column_box_list .art_list .article .left,
.content .column_box_list .art_list .article .right {
  display: inline-block;
  vertical-align: top;
  width: 189px;
  text-align: left;
  font-size: 15px;
  color: #444;
  line-height: 36px;
}

.content .column_box_list .art_list .article .left a {
  color: #444;
}

.content .column_box_list .art_list .article .right {
  text-align: right;
}

.content .column_box_list .xxgk {}

.content .column_box_list .xxgk .tit {
  height: 61px;
  padding-left: 10px;
  color: #365f9f;
  font-size: 27px;
  font-weight: bold;
  line-height: 62px;
}

.content .column_box_list .xxgk .tit_list {
  padding-left: 10px;
}

.content .column_box_list .xxgk .tit_list .tit_item {
  margin: 0 10px 10px 0;
  color: #365f9f;
  width: 184px;
  height: 44px;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  border-radius: 6px;
  display: inline-block;
  vertical-align: top;
  background: #eaf2fa;

}

.content .column_box_list .xxgk .tit_list .tit_item a {
  color: #365f9f;
}

.content .column_box_list .xxgk .art_list .article .left {
  width: 379px;
}

.content .column_box_list .xxgk .art_list .article .left&gt;span {
  font-size: 18px;
  font-weight: bold;
  margin-right: 8px;
  color: #ccc;
}

.content .column_box_list .zwfw {
  border-right: none;
}

.content .column_box_list .zwfw .tit {
  height: 61px;
  padding-left: 10px;
  color: #365f9f;
  font-size: 27px;
  font-weight: bold;
  line-height: 62px;

}

.content .column_box_list .zwfw .tit&gt;i {
  font-size: 18px;
  font-style: normal;
  color: #8ec1f4;
  padding-left: 15px;
}

.content .column_box_list .zwfw .login_box {
  font-size: 0;
  padding-left: 10px;
  padding-bottom: 20px;
}

.content .column_box_list .zwfw .login_box .login_item {
  display: inline-block;
  vertical-align: top;
  width: 84px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  background: #4872b0;
  margin-right: 13px;

}

.content .column_box_list .zwfw .login_box .login_item a {
  color: #fff;
}

.content .column_box_list .zwfw .login_box .login_item.red {
  background: #da5445;
}

.footer {}

.footer .ztzl {
  height: 196px;
  background: #f5f5f5;
}

.footer .ztzl_box {
  width: 1200px;
  margin: 0 auto;
}

.footer .ztzl_box .tit {
  padding-top: 14px;
  font-size: 26px;
  color: #015293;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.footer .ztzl_box .tit .tit_left,
.footer .ztzl_box .tit .tit_right {
  width: 535px;
  height: auto;
  position: absolute;
  top: 24px;
}

.footer .ztzl_box .tit .tit_left {
  left: 0;
}

.footer .ztzl_box .tit .tit_right {
  right: 0;
}

.footer .ztzl_box .img_box {
  position: relative;
  padding: 22px 12px 0;
}

.footer .ztzl_box .img_list {
  font-size: 0;
  position: relative;
}

.footer .ztzl_box .img_left,
.footer .ztzl_box .img_right {
  position: absolute;
  width: 36px;
  height: auto;
  top: 39px;
  z-index: 10;
  cursor: pointer;
}

.footer .ztzl_box .img_left {
  left: 0;
}

.footer .ztzl_box .img_right {
  right: 0;
}


.footer .ztzl_box .img_list .img_item {
  padding: 0 6px;
  display: inline-block;
  vertical-align: top;

}

.footer .ztzl_box .img_list .img_item&gt;a&gt;img {
  width: 281px;
  height: auto;
}

.footer .link_box {
  height: 80px;
  background: #015293;
}

.footer .link_box .yqlj {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

.footer .link_box .yqlj .tip {
  padding-top: 31px;
  line-height: 18px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}

.footer .link_box .yqlj .select {
  margin-top: 25px;
  width: 195px;
  padding: 2px 0 5px 5px;
  height: 32px;
  font-size: 16px;
  /* line-height: 32px; */
  background: #e6eef4;
  color: #444;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  text-align: left;
  position: relative;

  border: none;
  outline: none;
}


.footer .link_box .yqlj .select .s_txt {
  margin-left: 15px;
}

.footer .link_box .yqlj .select .down {
  width: 13px;
  position: absolute;
  right: 10px;
  top: 13px;
}

.footer .copyright {
  background: #015293;
  border-top: 2px solid #4681b0;
  padding-top: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}

.footer .copyright .link {
  font-size: 14px;
  color: #fff;

}

.footer .copyright .link&gt;a {
  outline: none;
  text-decoration: none;
  font-size: 14px;

  color: #fff;
}

.footer .copyright .sm {
  padding-top: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  white-space: pre-line;
}

.footer .copyright .icon_left {
  width: 52px;
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -400px;
}

.footer .copyright .icon_right {
  width: 180px;
  position: absolute;
  top: 44px;
  left: 50%;
  margin-left: 370px;
}



/* Ã©Ââ‚¬Ã¥Å¾Â®Ã¥Â§Å¸Ã¥Â¦Â¯Ã¢â‚¬Â³Ã¦Â½Â¡ */

.governmentModule {
  padding: 20px 0;
  /* height: 650px; */
  overflow: hidden;
}

.government-tab {
  height: 64px;
  line-height: 64px;
  color: #689cdd;
  font-size: 24px;
  text-align: center;
  border-bottom: 3px solid #035294;

}

.tab-acitve {
  background: #035294;
  color: #fff;
}

.tab-item {
  float: left;
  width: 400px;
  height: 64px;
  line-height: 64px;
  cursor: pointer;
}

.tab-item img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20rpx;
  margin-right: 3px;
}

.tab-item.tab-acitve .on {
  display: inline-block;
}

.tab-item.tab-acitve .off {
  display: none;
}

.tab-item .on {
  display: none;
}

.tab-item .off {
  display: inline-block;
}

.none {
  display: none;
}


/* Ã©Ââ‚¬Ã¥Å¾Â®Ã¥Â§Å¸Ã©ÂÂÃ®â€žâ‚¬Ã§Â´â€˜Ã¥Â¦Â¯Ã¢â‚¬Â³Ã¦Â½Â¡ */

.government-open {
  padding: 10px 0 10px 10px;
  clear: both;
  overflow: hidden;
}

.governmentModule li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.gov-left {
  width: 780px;
  float: left;
}

.open-title {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  color: #444;
}

.title-left {
  font-weight: bold;
  font-size: 20px;
  width: 100px;
  float: left;
}

.title-right {
  float: right;
  font-size: 18px;
}

.title-right a {
  color: #444;
}

.title-right span {
  padding: 0 7px;
  margin: auto 7px;
  display: inline-block;
  height: 53px;
  cursor: pointer;
}

.title-right .gov-title-active {
  color: #1177cc;
  font-weight: bold;
  background: url(gov-line.png) no-repeat bottom center;
  background-size: 100% 6px;
}

.title-right .gov-title-active a {
  color: #1177cc;
}

.open-content {
  clear: both;
  overflow: hidden;
}

.open-content-left {
  width: 470px;
  padding: 10px 0;
  float: left;
}

.yijian-li div,
.open-content-left li {
  position: relative;
  padding: 0 15px;
  line-height: 35px;
  color: #424242;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.yijian-li div a {
  color: #444;
}

.open-content-left li a {
  color: #444;
}

.dot {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 4px;
  background: #ccc;
}

.open-content-right {
  background-repeat: no-repeat;
  background-image: url(gov-bg.png);
  background-size: 290px, 225px;
  float: right;
  width: 250px;
  height: 175px;
  padding: 20px 20px 20px 30px;
  color: #fff;
  position: relative;
}

.gov-bg {
  width: 290px;
  height: 225px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.content-right-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;

}

.content-right-body {
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.5);

}

.gov-right {
  width: 380px;
  height: 270px;
  float: right;
}

.gov-right li {
  float: left;
  width: 95px;
  text-align: center;
  margin: 0;
  white-space: nowrap;

}

.gov-right li img {
  display: block;
  width: 70px;
  height: 50px;
  margin: 14px auto 5px;
}

.gov-right li span {
  color: #000;
  font-size: 15px;
  line-height: 1.5;
}


/* Ã©Ââ‚¬Ã¥Å¾Â®Ã¥Â§Å¸Ã¦ÂµÅ“Ã¦Å½â€˜Ã¥Â§Â©Ã¥Â¦Â¯Ã¢â‚¬Â³Ã¦Â½Â¡ */

.government-interaction {
  padding: 10px 0;
}

.interaction-left {
  float: left;
  width: 540px;
}

.int-title {
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.interaction-right {
  float: right;
  width: 630px;
}

.title-active {
  font-size: 20px;
  color: #1b1b1b;
  font-weight: bold;
  border-bottom: 3px solid #2776c1;
}

.title-item {
  color: #636363;
  font-size: 20px;
  display: inline-block;
  padding-right: 10px;
  height: 48px;
  cursor: pointer;
}

.title-item a {
  color: #636363;
}

.split {
  margin: auto 20px;
  color: #939393;
}

.int-yugao {
  height: 75px;
  padding: 15px 80px 15px 170px;
  position: relative;
  background: #f6f6f6;
  margin: 10px 0 14px;
}

.yugao-label {
  position: absolute;
  left: 8px;
  top: 27px;
  height: 50px;
  width: 146px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}

.yugao-label span {
  position: relative;
  z-index: 2;
}

.yugao-label-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 146px;
  height: 50px;
  display: block;
  z-index: 1;
}

.yugao-title {
  color: #403f3f;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;

}

.yugao-sub {
  font-size: 14px;
  color: #403f3f;
  margin-top: 8px;
}

.hotline {
  width: 100%;
  overflow: hidden;
}

.video-item {
  width: 250px;
  height: 230px;
  margin-right: 30px;
  float: left;
  border: 1px solid #dedddd;

}

.video-item-right {
  margin-right: 0;
}

.img-wrap {
  position: relative;
}

.img-wrap .label {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #324a6d;
  background: rgba(50, 74, 109, 0.8);
  text-align: center;
}

.img-wrap img {
  width: 100%;
  height: 140px;
  display: block;
}

.video-title {
  color: #345a89;
  font-size: 16px;
  padding: 10px 10px 6px 20px;
}

.video-title a {
  color: #345a89;
}

.video-sub {
  font-size: 13px;
  color: #999;
  padding: 0 10px 0 20px;
}

.xinxiang-item {
  float: left;
  width: 310px;
  height: 50px;
  background: #eef3f6;
  padding: 10px 0;
  margin-bottom: 10px;

}

.xinxiang-right {
  float: right;
}

.xinxiang-item img {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  margin: 1px 30px;
}

.xinxiang-item span {
  vertical-align: middle;
  font-size: 20px;
  color: #444;
  font-weight: bold;
}

.xinxiang-item i {
  display: inline-block;
  width: 1px;
  height: 50px;
  background: #cdd7dd;
  vertical-align: middle;
  margin-right: 30px;
}


/* Ã©Ââ‚¬Ã¥Å¾Â®Ã¥Â§Å¸Ã©ÂË†Ã¥Â¶â€¦Ã¥Â§Å¸Ã¥Â¦Â¯Ã¢â‚¬Â³Ã¦Â½Â¡ */

.government-service {
  margin-top: 10px;
}

.service-left {
  float: left;
  width: 305px;
  margin-right: 18px;
  background: #f5f5f5;
}

.service-left li {
  height: 78px;
  border-bottom: 1px solid #dedddd;

}

.icon-left {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: auto 45px auto 25px;
}

.service-left span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #333;
  line-height: 78px;
  width: 150px;
}

.icon-right {
  width: 18px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;

}

.service-center {
  width: 520px;
  float: left;
}

.service-search {
  position: relative;
  padding-right: 70px;
  height: 55px;
}

.service-search input {
  width: 100%;
  /* height: 100%; */
  padding: 19px 10px;
  background: #f5f5f5;
  border: none;
}

.choice {
  line-height: 36px;
  font-size: 14px;
  color: #403f3f;
  padding-left: 60px;
  margin-bottom: 24px;
}

.choice input {
  cursor: pointer;
}

.choice label {
  margin-top: -2px;
  margin-right: 60px;
  margin-left: 4px;

  position: relative;
  top: -2px;
}

.service-search img {
  position: absolute;
  right: 0;
  top: 0;
  width: 76px;
  height: 55px;
  display: block;
  z-index: 11;
  cursor: pointer;
}

.center-title {
  color: #333;
  font-size: 19px;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
}

.center-title-item {
  display: inline-block;
  width: 80px;
  margin-right: 25px;
  padding-bottom: 15px;
  cursor: pointer;
}

.center-title-active {
  color: #2a80ee;
  border-bottom: 2px solid #2a80ee;
}

.btn-module {
  margin: 15px 0;
}

.bumen {
  width: 248px;
  height: 58px;
  line-height: 58px;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;

  position: relative;
}

.bumen&gt;span {
  position: relative;
  z-index: 1;
}

.bumen&gt;img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.bumen-right {
  margin-left: 15px;
}

.enter1,
.enter1 {
  clear: both;
  overflow: hidden;
}

.enter1 li {
  float: left;
  width: 118px;
  border: 1px solid #e4e2e2;
  margin: 14px 6px 0 0;

}

.enter1 img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 10px auto;
}

.enter1 span {
  font-size: 16px;
  color: #000;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.enter2 li {
  float: left;
  width: 101px;

}

.enter2 img {
  width: 45px;
  height: 45px;
  display: block;
  margin: 10px auto;
}

.enter2 span {
  font-size: 16px;
  color: #000;
  text-align: center;
  display: block;
}

.service-right {
  float: right;
  width: 340px;
}

.qingdan {
  padding-bottom: 25px;
  position: relative;
}

.qingdan .service {
  width: 108px;
  height: auto;
  display: block;
  text-align: center;

  top: 0;
}

.qingdan .service&gt;img {
  margin: 0 auto 10px;
  width: 78px;
  display: block;
}

.qingdan .service&gt;span {
  font-size: 16px;
  color: #444;
}

.qingdan .line {
  position: absolute;
  left: 89px;
  top: 38px;
}

.qingdan .l_2 {
  left: 209px;
}

.qingdan .s_1 {
  position: relative;
  left: -5px;
}

.qingdan .s_2 {
  position: absolute;
  left: 115px;
}

.qingdan .s_3 {
  position: absolute;
  left: 235px;
}



.bianmin {
  width: 100%;
  padding: 12px 10px;
  background: #f5f5f5;
  clear: both;
  overflow: hidden;
}

.bianmin-title {
  color: #2a80ef;
  font-size: 19px;
  font-weight: bold;
  padding-left: 10px;
}

.bianmin-item {
  width: 113px;
  text-align: center;
  float: left;

}

.bianmin-item img {
  width: 40px;
  height: 40px;
  display: block;
  margin: 30px auto auto;
}

.bianmin-item span {
  font-size: 14px;
  color: #666;
  margin: 15px auto 35px;
}

.gov-bottom {
  position: relative;
  padding-top: 10px;
}

.gov-bottom .bg {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 20px;
}

.gov-bottom .icon {
  position: absolute;
  top: 94px;
  width: 100px;
  height: 100px;
}

.gov-bottom .i_1 {
  left: 80px;
}

.gov-bottom .i_2 {
  left: 240px;
}

.gov-bottom .i_3 {
  left: 400px;
}

.gov-bottom .i_4 {
  left: 540px;
}

.gov-bottom .i_5 {
  left: 690px;
}

.gov-bottom .i_6 {
  left: 836px;
}

.gov-bottom .i_7 {
  left: 990px;
}

.gov-bottom .line {
  height: 100px;
  width: auto;
  position: absolute;
  top: 90px;
}

.gov-bottom .l_1 {
  left: 210px;
}

.gov-bottom .l_2 {
  left: 367px;
}

.gov-bottom .l_3 {
  left: 522px;
}

.gov-bottom .l_4 {
  left: 658px;
}

.gov-bottom .l_5 {
  left: 810px;
}

.gov-bottom .l_6 {
  left: 960px;
}</pre></body></html>